De-recursify source tree
authorColin Walters <walters@verbum.org>
Wed, 2 Nov 2011 19:45:32 +0000 (15:45 -0400)
committerColin Walters <walters@verbum.org>
Wed, 2 Nov 2011 19:45:32 +0000 (15:45 -0400)
commit21c7ff74b6e55058915d86f01f19f7b5e831e412
tree66a2b72c2d72d0b735adfd1f95c0323dfb01645a
parent2b00cf381076bb72557f9721dbc3ca8dc2940440
De-recursify source tree
59 files changed:
Makefile-libostree.am [new file with mode: 0644]
Makefile-ostree.am [new file with mode: 0644]
Makefile-otutil.am [new file with mode: 0644]
Makefile-src.am [deleted file]
Makefile.am
libostree/ostree-checkout.c [new file with mode: 0644]
libostree/ostree-checkout.h [new file with mode: 0644]
libostree/ostree-core.c [new file with mode: 0644]
libostree/ostree-core.h [new file with mode: 0644]
libostree/ostree-repo.c [new file with mode: 0644]
libostree/ostree-repo.h [new file with mode: 0644]
libostree/ostree.h [new file with mode: 0644]
libotutil/ot-gio-utils.c [new file with mode: 0644]
libotutil/ot-gio-utils.h [new file with mode: 0644]
libotutil/ot-opt-utils.c [new file with mode: 0644]
libotutil/ot-opt-utils.h [new file with mode: 0644]
libotutil/ot-unix-utils.c [new file with mode: 0644]
libotutil/ot-unix-utils.h [new file with mode: 0644]
libotutil/otutil.h [new file with mode: 0644]
ostree/main.c [new file with mode: 0644]
ostree/ot-builtin-checkout.c [new file with mode: 0644]
ostree/ot-builtin-commit.c [new file with mode: 0644]
ostree/ot-builtin-fsck.c [new file with mode: 0644]
ostree/ot-builtin-init.c [new file with mode: 0644]
ostree/ot-builtin-link-file.c [new file with mode: 0644]
ostree/ot-builtin-log.c [new file with mode: 0644]
ostree/ot-builtin-pull.c [new file with mode: 0644]
ostree/ot-builtin-remote.c [new file with mode: 0644]
ostree/ot-builtin-rev-parse.c [new file with mode: 0644]
ostree/ot-builtin-run-triggers.c [new file with mode: 0644]
ostree/ot-builtin-show.c [new file with mode: 0644]
ostree/ot-builtins.h [new file with mode: 0644]
src/libostree/ostree-checkout.c [deleted file]
src/libostree/ostree-checkout.h [deleted file]
src/libostree/ostree-core.c [deleted file]
src/libostree/ostree-core.h [deleted file]
src/libostree/ostree-repo.c [deleted file]
src/libostree/ostree-repo.h [deleted file]
src/libostree/ostree.h [deleted file]
src/libotutil/ot-gio-utils.c [deleted file]
src/libotutil/ot-gio-utils.h [deleted file]
src/libotutil/ot-opt-utils.c [deleted file]
src/libotutil/ot-opt-utils.h [deleted file]
src/libotutil/ot-unix-utils.c [deleted file]
src/libotutil/ot-unix-utils.h [deleted file]
src/libotutil/otutil.h [deleted file]
src/main.c [deleted file]
src/ot-builtin-checkout.c [deleted file]
src/ot-builtin-commit.c [deleted file]
src/ot-builtin-fsck.c [deleted file]
src/ot-builtin-init.c [deleted file]
src/ot-builtin-link-file.c [deleted file]
src/ot-builtin-log.c [deleted file]
src/ot-builtin-pull.c [deleted file]
src/ot-builtin-remote.c [deleted file]
src/ot-builtin-rev-parse.c [deleted file]
src/ot-builtin-run-triggers.c [deleted file]
src/ot-builtin-show.c [deleted file]
src/ot-builtins.h [deleted file]